Skip to content

appnet: add --east-west-gateway and --private-connect-subnet arguments to appnet member join and appnet member update#9673

Merged
necusjz merged 7 commits intoAzure:mainfrom
german1608:gerobayopaz/update-aaz-of-appnet
Mar 22, 2026
Merged

appnet: add --east-west-gateway and --private-connect-subnet arguments to appnet member join and appnet member update#9673
necusjz merged 7 commits intoAzure:mainfrom
german1608:gerobayopaz/update-aaz-of-appnet

Conversation

@german1608
Copy link
Copy Markdown
Contributor

@german1608 german1608 commented Mar 11, 2026


This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@azure-client-tools-bot-prd
Copy link
Copy Markdown

azure-client-tools-bot-prd bot commented Mar 11, 2026

⚠️Azure CLI Extensions Breaking Change Test
⚠️appnet-preview
rule cmd_name rule_message suggest_message
⚠️ 1006 - ParaAdd appnet member join cmd appnet member join added parameter east_west_gateway
⚠️ 1006 - ParaAdd appnet member join cmd appnet member join added parameter private_connect_subnet
⚠️ 1008 - ParaPropAdd appnet member join cmd appnet member join update parameter release_channel: added property choices=['Rapid', 'Stable']
⚠️ 1006 - ParaAdd appnet member update cmd appnet member update added parameter east_west_gateway

@azure-client-tools-bot-prd
Copy link
Copy Markdown

Hi @german1608,
Please write the description of changes which can be perceived by customers into HISTORY.rst.
If you want to release a new extension version, please update the version in setup.py as well.

@yonzhan
Copy link
Copy Markdown
Collaborator

yonzhan commented Mar 11, 2026

Thank you for your contribution! We will review the pull request and get back to you soon.

@github-actions
Copy link
Copy Markdown
Contributor

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@github-actions
Copy link
Copy Markdown
Contributor

CodeGen Tools Feedback Collection

Thank you for using our CodeGen tool. We value your feedback, and we would like to know how we can improve our product. Please take a few minutes to fill our codegen survey

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 11, 2026

@yonzhan yonzhan requested a review from necusjz March 12, 2026 00:08
@yonzhan yonzhan requested a review from jsntcy March 12, 2026 00:09
@german1608 german1608 marked this pull request as ready for review March 20, 2026 17:32
Copilot AI review requested due to automatic review settings March 20, 2026 17:32
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the appnet-preview extension’s generated AAZ specifications and scenario tests ahead of public preview, including new connectivity/upgrade profile shapes and corresponding CLI surface updates.

Changes:

  • Bump extension version to 1.0.0b2 and add release notes.
  • Update member join/update AAZ models to use connectivityProfile + upgradeProfile and add new CLI arguments.
  • Refresh scenario tests and recordings to align with the updated API response shapes.

Reviewed changes

Copilot reviewed 12 out of 15 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/appnet-preview/setup.py Bumps extension version to 1.0.0b2.
src/appnet-preview/HISTORY.rst Documents new CLI arguments for member join/update.
src/appnet-preview/azext_appnet_preview/tests/latest/test_appnet_preview.py Updates tests to use {location} and new response JSON paths for upgrade profile.
src/appnet-preview/azext_appnet_preview/tests/latest/recordings/test_appnet_list_versions.yaml Updates recorded response content for list-versions.
src/appnet-preview/azext_appnet_preview/tests/latest/recordings/test_appnet_list_no_resources.yaml Refreshes recording timestamps/headers.
src/appnet-preview/azext_appnet_preview/tests/latest/recordings/test_appnet_create.yaml Refreshes create recording (includes additional polling interactions).
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/_create.py Renames create operation to CreateOrUpdate (generated AAZ surface).
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/member/_join.py Adds connectivity/upgrade args and updates request/response schema to new profile structure.
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/member/_update.py Updates update schema and request shaping to new connectivityProfile/upgradeProfile.
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/member/_show.py Updates response schema to new profile structure.
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/member/_list.py Updates response schema to new profile structure.
src/appnet-preview/azext_appnet_preview/aaz/latest/appnet/member/_wait.py Updates response schema to new profile structure.

@german1608 german1608 changed the title appnet: update aaz specification prior public preview appnet: add --east-west-gateway and --private-connect-subnet arguments to appnet member join and appnet member update Mar 20, 2026
@necusjz necusjz merged commit e0b94c5 into Azure:main Mar 22, 2026
24 checks passed
@azclibot
Copy link
Copy Markdown
Collaborator

[Release] Update index.json for extension [ appnet-preview-1.0.0b2 ] : https://dev.azure.com/msazure/One/_build/results?buildId=157805600&view=results

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants